var testing.parallel

6 uses

	testing (current package)
		fuzz.go#L356: 			*parallel,
		fuzz.go#L476: 	tctx := newTestContext(*parallel, m)
		testing.go#L401: 	parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel")
		testing.go#L430: 	parallel             *int
		testing.go#L1670: 	if *parallel < 1 {
		testing.go#L1824: 			ctx := newTestContext(*parallel, newMatcher(matchString, *match, "-test.run"))